func github.com/jackc/pgx/v5.newErrPreprocessingBatch

3 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L519: func newErrPreprocessingBatch(step, sql string, err error) ErrPreprocessingBatch {
		conn.go#L1197: 					return newErrPreprocessingBatch("prepare", sd.SQL, err)
		conn.go#L1231: 			err = newErrPreprocessingBatch("build", bi.SQL, err)